-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update testing #224
update testing #224
Conversation
add manual trigger
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #224 +/- ##
=======================================
Coverage 81.88% 81.88%
=======================================
Files 66 66
Lines 2291 2291
=======================================
Hits 1876 1876
Misses 415 415 ☔ View full report in Codecov by Sentry. |
Got it working with single core on CI. Now trying again with multi-core. |
Seems to be a
|
xref #225 |
the way i skirted that multicore thing recently is to group tests that read from that file so they run on the same worker |
does this supercede 225? |
Did not mean to edit your comment @knaaptime. I think my brain is still off... |
Yes.
Woah! Never seen this before. Let's try to implement here in a subsequent PR. |
use latest pysal conventions